home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Graphics / Gnuplot / Source / English.lproj / TicOptionsPanel.nib / data.classes next >
Encoding:
Text File  |  1993-03-18  |  605 b   |  44 lines

  1. TicOptionsPanel = {
  2.     ACTIONS = {
  3.     selectTic:;
  4.     changeCoord:;
  5.     doSetTicsSeries:;
  6.     addTic:;
  7.     deleteTics:;
  8.     modifyTic:;
  9.     doSetTicsType:;
  10.     };
  11.     OUTLETS = {
  12.     addTicButton;
  13.     typeMatrix;
  14.     startField;
  15.     deleteTicButton;
  16.     userMatrix;
  17.     userValueForm;
  18.     endField;
  19.     coordButton;
  20.     incrementField;
  21.     userScrollView;
  22.     modifyTicButton;
  23.     userTitleForm;
  24.     seriesForm;
  25.     };
  26.     SUPERCLASS = OptionsPanel;
  27. };
  28. FirstResponder = {
  29.     ACTIONS = {
  30.     };
  31.     SUPERCLASS = Object;
  32. };
  33. OptionsPanel = {
  34.     ACTIONS = {
  35.     windowDidUpdate:;
  36.     showPanel:;
  37.     };
  38.     OUTLETS = {
  39.     panel;
  40.     status;
  41.     };
  42.     SUPERCLASS = Object;
  43. };
  44.